home *** CD-ROM | disk | FTP | other *** search
/ CompuServe CD 495W / Compuserve XTreme Edition 495W.iso / shopping / toyota / toyota.dir / 00016.ls < prev    next >
Encoding:
Text File  |  1995-08-09  |  265 b   |  15 lines

  1. on mouseDown
  2.   set mySprite to the clickOn
  3.   puppetSprite(mySprite, 1)
  4.   set the castNum of sprite mySprite to 0
  5.   updateStage()
  6.   puppetSprite(mySprite, 0)
  7.   updateStage()
  8. end
  9.  
  10. on mouseUp
  11.   unLoad("Tmenu", marker(0))
  12.   set the timeoutScript to EMPTY
  13.   go("F")
  14. end
  15.